x :i32 = 3;
y := fn(a: i32, b, c) x = 3;
while true {
    print("hello");
}
